home *** CD-ROM | disk | FTP | other *** search
- @echo off
- break on
- verify on
- cls
- echo ╔═══════════════════════════════════════════════════════════════════════════╗
- echo ║ Storyboard Live ! - Virus Presentation & Animation Package ║
- echo ║ (C) IBM Copyright 1989...1994 ║
- echo ║ ║
- echo ║ This BATch file installs the IBM Virus Story in sub-directory C:\VIRSTORY ║
- echo ║ of your harddisk and start the interactive Virus Story. ║
- echo ║ ║
- echo ║ To start the story in interactive mode, type ST VMENU and press ENTER. ║
- echo ║ To start the story as self-rolling demo, type ST VIRUS and press ENTER. ║
- echo ╚═══════════════════════════════════════════════════════════════════════════╝
- pause
- c:
- echo Creating sub-directory C:\VIRSTORY
- md c:\virstory
- cd c:\virstory
- echo Unpacking VIRSTORY.EXE to C:\VIRSTORY
- a:\virstory
- verify off
- copy a:\readme.1st c:\virstory
- more < a:\readme.1st
- pause
- cls
- echo The Storyboard Live "SHOW" is in sub-directory C:\VIRSTORY
- echo To run run manually, type VIRUS and press the ENTER key
- ECHO
- echo Do you want to run the standard virus story now ?
- echo If YES press any key, if NO press Ctrl & Break keys together.
- pause
- ST VMENU /NC